github.com/rogpeppe/ioseq.iterReader.close (field)

5 uses

	github.com/rogpeppe/ioseq (current package)
		seq.go#L94: 	close func()
		seq.go#L114: 		r.next, r.close = iter.Pull2(r.seq)
		seq.go#L137: 	if r.close != nil {
		seq.go#L138: 		r.close()
		seq.go#L139: 		r.close = nil